curl --location --request POST '/api/v1/affirmations/tone-examples' \
--header 'Content-Type: application/json' \
--data-raw '{
"problems": [
0
],
"tone": "string"
}'
{
"tone1": "string",
"tone2": "string",
"tone3": "string"
}