Profile
Get Profile
Fetches the individual information of the logged in user to populate the Profile page.
get/profile
Response
Returns user profile
Example response
{
"first_name": "Jane",
"last_name": "Doe",
"email": "jdoe@mail.org",
"roles": [
"developer"
],
"organization_name": "Stellar Aid"
}