Authorization: ********************x-api-key: ********************x-api-secret: ********************curl --location --request GET 'https://api.ticaret.pro/wa/contacts/?providerSessionId&profilePhoto&force' \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"id": "string",
"providerSessionId": "string",
"jid": "string",
"type": "direct",
"displayName": "string",
"phone": "string",
"profilePhoto": null,
"updatedAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"entityVersion": "string"
}
}