Authorization: Bearer ********************
curl --location --request POST '/api/auth/admin/set-user-password' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "newPassword": "string", "userId": "string" }'
{ "status": true }