hai i need help regarding ory [3:11 PM] curl --re...
# ory-selfhosting
p
hai i need help regarding ory [3:11 PM] curl --request POST -sL --header "Authorization: Bearer {ORY_API_KEY}" --header "Content-Type: application/json" --data '{ "expires_in": "12h", "identity_id": "{ACCOUNT_ID}" }' https://{project-slug}.projects.oryapis.com/admin/recovery/link will get response like this right { "recovery_link": "https://{project-slug}.projects.oryapis.com/self-service/recovery?flow=b6c81504-dc8e-4786-b849-ac292bc9f317&token=VjKUKGU7J4YAonC5b5q1hDySJjWGh3qf", "expires_at": "2023-02-18T021647.286385565Z" } i need to get the customised url can you tell me how to achieve this