curl --location 'https://prod.your-api-server.com/customer/v2/auth/token-info' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'{
"data": {
"customer_id": 3,
"email": "customer@example.com",
"business_id": 2,
"expires_at": "2026-06-24T13:10:50.133Z",
"token_type": "Bearer"
},
"meta": {
"message": "Token information retrieved successfully"
}
}