curl --location --request PUT 'http://127.0.0.1:8000/api/roles/4' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {token}' \
--header 'Content-Type: application/json' \
--data '{
"name": "forensyc analyst"
}'{
"message": "Role updated successfully",
"data": {
"id": 6,
"role": "forensic analyst"
}
}