curl -X POST "https://api.wonder.app/svc/ts/api/v1/openapi/platform_transfers" \
-H "Content-Type: application/json" \
-H "X-Skip-Signature: <X-Skip-Signature>" \
-H "Signature: <Signature>" \
-H "Credential: <Credential>" \
-H "x-request-id: <x-request-id>" \
-d '{"amount":"0.00","ref_id":"string","remark":"string","currency":"USD","sender_party":{"user_id":"string","reference_id":"string","document_type":"string","document_number":"string"},"receiver_party":{"user_id":"string","reference_id":"string","document_type":"string","document_number":"string"}}'