curl --location --request POST 'https://dev.your-api-server.com/api/augmentation/v1/augment' \
--header 'authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"text": "I work on development of back-end services related to Machine Learning.",
"exampleCount": 9
}'
{}