curl --request GET \
--url https://api.shoppex.io/dev/v1/me \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"currency": "<string>",
"created_at": 123,
"updated_at": 123
}
}Returns the shop information associated with the API key
curl --request GET \
--url https://api.shoppex.io/dev/v1/me \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"currency": "<string>",
"created_at": 123,
"updated_at": 123
}
}