Authorization: Bearer ********************curl --location --request POST 'https://dev-api.idukki.io/dev/mcp' \
--header 'X-Business-Id: 2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"id": 1,
"method": "resources/read",
"params": {
"uri": "product://81450591"
}
}'{}