I'm getting the error response for this api as below:
{"status":false,"message":"No Data Available","errorcode":"AB9019","data":null}
for body={
"name":"NIFTY",
"expirydate":"01FEB2024"
}
Also tried the with request
{"name":"TCS", // Here Name represents the Underlying stock
"expirydate":"29FEB2024"}
got the same error response as
{"status":false,"message":"No Data Available","errorcode":"AB9019","data":null}
Please help.