Authorization: Bearer ********************
{ "page": 1, "size": 10, "status": "active" }
curl --location --request POST 'http://localhost:9999/api/lottery/list' \ --header 'Content-Type: application/json' \ --data-raw '{ "page": 1, "size": 10, "status": "active" }'
{}