curl --location --request POST 'https://dev.your-api-server.com/api/ner/v1/all/uploads' \ --header 'authorization: {{ACCESS_TOKEN}}' \ --header 'Content-Type: text/plain' \ --data-raw '{ "search": "", "pageNumber": 1, "pageSize": 3 }'
{}