post
POST /api/v1/Auth/GenerateForgetRequestTokenForStep HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 46

{
  "step": 1,
  "nationalIdOrPassportNumber": "text"
}
{
  "token": "text",
  "expirationDate": "2025-04-26T14:21:41.523Z"
}