curl --location --request POST 'https://api.cubi.casa/conversion/ticket//fixrequest' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "message to the production team",
"image": [
"https://domain.example1.png",
"http://domain.example2.jpg"
]
}'{
"message": "fix request submitted"
}