{ "id": "string", "code": "string" }
curl --location --request POST '/auth/password/forget/verify' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": "string", "code": "string" }'
{ "message": "Account has been successfully verified!" }