curl --location --request POST 'https://api.lootlocker.io/admin/game//wallet//modifiers' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"modifiers": [
{
"currency_id": "string",
"factor": "string",
"expires_at": "string"
}
]
}'
{
"message": "string"
}
x-auth-token: ********************