[BETA] Unblock calls with this user id
Example
curl -X POST "http://0.0.0.0:8000/user/unblock" -H "Authorization: Bearer sk-1234" -d '{ "user_ids": [<user_id>, ...] }'
curl -L \ --request POST \ --url '/customer/unblock' \ --header 'Ocp-Apim-Subscription-Key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "user_ids": [ "text" ] }'
No body