curl --location --request POST '/auth/recover-password' \ --header 'Content-Type: application/json' \ --data-raw '{ "token": "string", "password": "string" }'
{ "access_token": "string", "refresh_token": "string" }