curl --request POST \
--url https://end-api.shallow.ink/api/endfield/gacha/fetch \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-Framework-Token: <api-key>' \
--data '
{
"account_uid": "<string>"
}
'触发从森空岛同步抽卡记录,后台异步执行
curl --request POST \
--url https://end-api.shallow.ink/api/endfield/gacha/fetch \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-Framework-Token: <api-key>' \
--data '
{
"account_uid": "<string>"
}
'