curl --location '//me' \
--header 'Authorization: Bearer <token>'{
"data": {
"business": {
"id": "string",
"name": "string",
"industry": "string",
"website_url": "string",
"contact_email": "string",
"plan": {
"name": "string",
"slug": "string"
},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
},
"api_key": {
"id": "string",
"name": "string",
"scopes": [
"string"
],
"last_used_at": "2019-08-24T14:15:22.123Z"
}
}
}