curl --location --request GET '/api/public/promocodes' \
--header 'Identifier: {{identifier}}' \
--header 'Application-key: {{token}}'[
{
"title": "test",
"code": "MRRSVA",
"discount_type": "number",
"value": 300,
"date_from": "14.10.2024",
"date_to": "31.10.2024",
"source_of_sales_id": 0,
"quantity": 100,
"uses": 0,
"is_deleted": null
}
]