curl --location --request PUT 'localhost:5000/api/v1/postbacks/conversions' \
--header 'Authorization: Token ' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_id": "ORDER020",
"status": 1,
"rejected_reason": "",
"items": [
{"id": "vay5tr", "status": 2, "extra": {"rejected_reason": "out of stock"}},
{"id": "vay5tr2", "status": 1, "extra": {"rejected_reason": "out of stock"}}
]
}'{
"message": "Not Found",
"status": "error"
}