curl --request POST \
--url https://api.swarmd.ai/tenant-auth/v1/reset-password \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"newPassword": "<string>"
}
'{
"message": "<string>"
}curl --request POST \
--url https://api.swarmd.ai/tenant-auth/v1/reset-password \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"newPassword": "<string>"
}
'{
"message": "<string>"
}