curl --location --request POST 'https://app.cubi.casa/api/integrate/v3/orders//change-requests' \
--header 'Content-Type: application/json' \
--data-raw '{
"products": [
"products_2d"
],
"text": "string",
"img_urls": [
"string"
]
}'{
"id": "f022e068-77f9-489b-9b63-d2ed1599e18e",
"message": "change request sent successfully!"
}