Authorization: ********************curl --location --request PUT 'http://localhost:6567/api/v1/api/v1/admin/users//roles' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"roles": [
"learner"
]
}'