curl --location --request GET 'https://api.byelabel.com/v1/me' \
--header 'X-Workspace-Id: ' \
--header 'Authorization: Bearer <token>'{
"success": true,
"payload": {
"id": "string",
"name": "string",
"display_name": "string",
"verified": true,
"logo": "string",
"tax_number": "string",
"measurement_unit": "imperial",
"currency": "string",
"country_code": "string",
"business_email": "string",
"business_phone": "string",
"homepage_url": "string"
},
"transaction": {
"id": "string",
"response_time": 0
}
}