curl --location --request POST 'https://app.lamha.sa/api/v2/order/return/' \
--header 'X-LAMHA-TOKEN: Lamha_rPAHG9wey1xjYJErCz9678EuBkyExIzOksbHygh0' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_name": "Lamha Customer",
"customer_phone": "+966512345678",
"address": "SA , Riyadh",
"shipper": {
"name": "متجر الاكسسوارات",
"phone": "+966512345677",
"Country": "SA",
"City": "Jeddah",
"AddressLine1": "جدة , بجوار صيدلية الاØÙ…دي",
"national_address": "RJYB2357"
},
"carrier_id": 9,
"callback_url": null,
"callback_pdf_url": null
}'