curl --request GET \
--url http://localhost/api/api/shared/profile-info \
--header 'Authorization: Bearer <token>'{
"id": 123
}curl --request GET \
--url http://localhost/api/api/shared/profile-info \
--header 'Authorization: Bearer <token>'{
"id": 123
}