Authorization: Bearer ********************{
"type": 0,
"message": "string",
"userId": 0
}curl --location --request POST '/iapi/v1/pro/account/crm/userprofile/send/sms/wp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"type": 0,
"message": "string",
"userId": 0
}'