curl --location --request POST 'http://localhost/api/v1/tenant/master-data/contacts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contactable_type": "supplier",
"contactable_id": "3724a95f-ea8b-4d54-9659-42750f9fdd54",
"name": "string",
"email": "user@example.com",
"phone": "string",
"mobile": "string",
"position": "string",
"department": "string",
"is_active": true,
"is_primary": true
}'{
"success": true,
"code": "string",
"message": "string",
"request_id": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"api_version": "string",
"data": {}
}