Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//onboarding/configure' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"business_type": "string",
"country": "EG",
"shipping_preference": "string",
"payment_methods": [
"string"
],
"store_language": "ar",
"sells_where_today": "string",
"monthly_orders_band": "string",
"city": "string"
}'{
"success": true,
"data": {
"configured": true,
"settings_applied": [
"string"
]
},
"message": "string"
}