{
"phoneNumber": "string",
"action": "string"
}
curl --location --request PUT 'https://nexus.sourei.com.br/api/v1/chat/block' \
--header 'Authorization: Bearer {{token}}' \
--header 'x-session-id: {{session_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumber": "string",
"action": "string"
}'
{"success":true}