curl --location --request PUT 'http://localhost/api/v1/tenant/master-data/contacts/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"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": {}
}