curl --request POST \
--url https://api.example.com/v1/customer/auth/password-resets \
--header 'Content-Type: application/json' \
--data '
{
"client_id": "<string>",
"email": "jsmith@example.com"
}
'curl --request POST \
--url https://api.example.com/v1/customer/auth/password-resets \
--header 'Content-Type: application/json' \
--data '
{
"client_id": "<string>",
"email": "jsmith@example.com"
}
'