curl --location --request GET 'localhost:5000/api/v1/postbacks/conversions' \
--header 'Authorization: Token ' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_id": "string",
"status": 0,
"rejected_reason": "string",
"items": [
{
"id": "string",
"status": 0,
"extra": {
"rejected_reason": "string"
}
}
]
}'{}