{ "customer": "demo" }
curl --location --request POST 'https://waffle-game-service-dev.nextzy.com/api/v1/auth/gen-token' \ --header 'Content-Type: application/json' \ --data-raw '{ "customer": "demo" }'
{ "statusCode": 201, "data": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjdXN0b21lciI6ImRlbW8iLCJpYXQiOjE3MTYyODU2MzksImV4cCI6MTcxNjMyODgzOX0.BjOAqAlnUhXFk0bTYx1hdohz6vHWVT8JF_3wY-bnn0g", "timestamp": "2024-05-21T18:00:39+08:00" }