curl --location --request POST 'https://api-sandbox.saaslogic.io/v1/users/attributes' \
--header 'Accept: application/json' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"attributeName": "authUserId",
"userName": "john.doe@example.com",
"attributeValue": "365e4564-e90b-12d3-f422-426614174111",
"orgId": "123e4567-e89b-12d3-a456-426614174000"
}'
{
"message": "dolore"
}