externalUserId and returns JWT tokens for platform operations.curl --location 'https://api.adlyfy.dev/api/v1/auth/token' \
--header 'x-api-key: ' \
--header 'Content-Type: application/json' \
--data '{
"externalUserId": "external-user-123"
}'{
"data": {
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.access.payload",
"refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.refresh.payload"
},
"success": true,
"message": "Request successful",
"timestamp": "2026-03-30T12:00:00.000Z",
"statusCode": 200
}