Authorization: Bearer ********************curl --location --request PATCH 'https://numueg.app/api/v1/stores//promotions/reorder' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"promotion_id": "27271a4f-601a-4379-9d7d-c9febeff12e4",
"priority": 0
}
]
}'{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}