curl --location --request GET 'https://dev.your-api-server.com/api/ner/v1/entity?entityId=en-neuralspace123-lookup-018700fb-d6d8-4672-97e4-e49c87fa3e90' \
--header 'Accept: application/json, text/plain, */*' \
--header 'authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw ''
{}