Authorization: Bearer ********************
{
"email": "string",
"comment": "string"
}
curl --location --request POST '/api/v2/internal/unblock-user' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"comment": "string"
}'
{}