Profile/show

GET /api/v1/profile

Responses

  • Successful response

GET /api/v1/profile
curl \
 -X GET https://car-parking-api.test/api/v1/profile \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "Accept: application/json"