Ltp in syncroous call

Copied and paster the following from Live Market Feed - DhanHQ Ver 2.0 / API Document
curl --request POST --url https://api.dhan.co/v2/marketfeed/ltp --header ‘Accept: application/json’ --header ‘Content-Type: application/json’ --header ‘access-token: eyJ0eXAiOiJKV1’ --header ‘client-id: 1107798308’ --data ‘{}’

I get the following error
{“Data”:{“810”:“ClientId is invalid”},“status”:“failed”}

Is the API working. If so, can some one put a running curl script here.

Thank you

@Jagadesan_Ganesan , working fine for me. check your client id, access token, and api subscription once

curl --location ‘https://api.dhan.co/v2/marketfeed/ltp
–header ‘Accept: application/json’
–header ‘Content-Type: application/json’
–header ‘access-token: your-access-token’
–header ‘client-id: your-client-id’
–data ‘{
“NSE_EQ”:[11536],
“NSE_FNO”:[49081,49082]
}’