curl --location --request POST 'https://api.belga.press/belgapress/api/users//contacts/asyncTasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"contactType": "INTERNAL",
"collaboration": "PRIVATE",
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"phone": "string",
"linkedin": "string",
"twitter": "string",
"organizationName": "string",
"role": "string",
"notes": "string",
"contactGroupIds": [
0
],
"contactTagIds": [
0
]
}'