I am using
curl -X 'POST' \
'https://datupg-2.dynamicwebapac.com/dwapi/users/password/recover/request' \
-H 'accept: */*' \
-H 'Content-Type: application/json' \
-d '{
"email": "emailfromthesystem@dynamicwebapac.com",
"recoveryLink": "https://datupg-2.dynamicwebapac.com",
"shopId": "SHOP1"
}'
But api responses "Failed to create recovery URL: Host is not authorized" 400.