curl --location 'http://127.0.0.1:8000/api/roles/2' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {token}' \
--header 'Content-Type: application/json'{
"message": "Role found successfully",
"data": {
"id": 3,
"role": "viewer"
}
}