curl --location --request POST 'https://dev.your-api-server.com/api/nlu/v1/project/list/synonym' \
--header 'authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"projectId": "9c7304a6-e5b3-4c94-8e13-377c7c22f2f0",
"language": "en",
"search": "",
"pageNumber":1,
"pageSize":15
}'
{}