curl --location --request POST '/api/v1/orders/' \
--header 'Content-Type: application/json' \
--data-raw '{
"sets": [
{
"quantity": 1,
"country": "string",
"displayName": "string",
"profilePicture": "string",
"bizDescription": "string",
"bizAddress": "string",
"bizCategory": "string"
}
],
"metadata": {
"property1": "string",
"property2": "string"
},
"webhookUrl": "string",
"webhookSecret": "string"
}'