Authorization: Bearer ********************curl --location --request POST 'https://dev-api.idukki.io/orders/import' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": ,
"Oguid":"",
"amount":1999,
"order_created_at":"",
"cancelled_at" = false,
"customer":{
},
"products":{
}
}'{}