Body
application/json
Response
200
Password reset link sent successfully
curl --request POST \
--url https://psn-api.paystub.dev/admin/auth/forgot-password \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'Send password reset link to admin email
curl --request POST \
--url https://psn-api.paystub.dev/admin/auth/forgot-password \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'Password reset link sent successfully