curl --request GET \
--url https://api.nuwebgroup.com/v1/ \
--header 'Authorization: Bearer <token>'{
"user": {
"id": 8,
"name": "John Doe",
"email": "[email protected]"
}
}Displays information about the authenticated user.
curl --request GET \
--url https://api.nuwebgroup.com/v1/ \
--header 'Authorization: Bearer <token>'{
"user": {
"id": 8,
"name": "John Doe",
"email": "[email protected]"
}
}