curl --location --request POST 'https://qa.api.adlyfy.dev/api/v1/auth/token' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalUserId": "ext-user-1"
}'{
"success": true,
"data": {},
"message": "Request successful",
"timestamp": "2026-03-03T10:00:00.000Z",
"statusCode": 201
}