curl --request POST \
--url https://api.end.shallow.ink/api/endfield/gacha/fetch \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"account_uid": "<string>"
}
'curl --request POST \
--url https://api.end.shallow.ink/api/endfield/gacha/fetch \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"account_uid": "<string>"
}
'