cURL
curl --request POST \ --url https://localhost:5000/users/unblock/{identifier} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "User unblocked successfully" }
Unblock a user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Username or user ID
User unblocked successfully
true
"User unblocked successfully"