Authorization: Bearer ********************
{ "user_id": 3 }
curl --location --request POST 'http://localhost:8080/admin/op/give' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "user_id": 3 }'
{ "data": { "role": "string", "userId": 0 }, "message": "string", "status": 0 }