3.3.2 Отправка OTP-кода клиенту для выдачи товара
curl --location 'https://api.halykmarket.com/api/merchant/v1/orders' \
--header 'X-Security-Code;' \
--header 'X-Send-Code: true' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ваш токен' \
--data '{
"data": {
"type": "orders",
"id": "11111111",
"attributes": {
"code": "1111111111-1",
"status": "COMPLETED"
}
}
}'