Getting endpoint not supported for authentication verify email MFA

Able to call primary authentication API ({{url}}/api/v1/authn) and get state token but when trying to verify that using {{url}}/api/v1/authn/factors/{{factorId}}/verify getting below error,

{

"errorCode": "E0000022",

"errorSummary": "The endpoint does not support the provided HTTP method",

"errorLink": "E0000022",

"errorId": "oae3OqqFQElQBasTwBHKxytbg",

"errorCauses": []

}
Need urgent help here as this is blocker for a project.

@pandharinath.palav Hi, It is probably the request method is not correct. Are you trying to use GET method or POST method?