Authorization: Bearer ********************curl --location --request POST '/gen-ai/change-message-tone' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "Dear {{name}}, We would like to let you know that you owe 13,000USD. Kindly pay up. Yours faithfully, James O.",
"tone": "casual"
}'{}