curl --location --request POST 'https://api.payland.info/callback/payland' \
--header 'Content-Type: application/json' \
--data-raw '{
"sign": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"email": "John",
"phone": "Doe",
"amount": "25000.00",
"status": "success",
"currency": "TRY",
"last_name": "Doe",
"timestamp": "2026-02-09T21:23:47.062767Z",
"first_name": "John",
"extra_fields": null,
"transaction_id": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"hashed_transaction_id": "XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX"
}'