Authorization: ********************curl --location --request POST 'https://api.ticaret.pro/accounts//wa-sessions//share' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"targetAccountId": "string",
"accessRole": "viewer"
}'{
"status": true,
"data": {
"id": "string",
"providerSessionId": "string",
"accountId": "string",
"accessRole": "string",
"status": "string",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}