curl --request POST \
--url https://api.example.com/admin/system-performance/api-call \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"endPointID": 123
}
'{
"success": true,
"data": "<unknown>"
}Get a Particular API Call details.
curl --request POST \
--url https://api.example.com/admin/system-performance/api-call \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"endPointID": 123
}
'{
"success": true,
"data": "<unknown>"
}