curl --location --request POST 'https://api.flireo.nl/v1/inject-message' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"call_id": "string",
"message": "string"
}'{
"success": true,
"message": "Message injected successfully",
"data": {
"property1": "string",
"property2": "string"
}
}