403.claimToken is invalidated after a successful claim. Claiming the same token a second time returns 409.curl --location --request POST 'https://connect.litehost.io/v1/projects/claim/' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": {
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"slug": "blue-fox-42",
"url": "https://blue-fox-42.litepage.site",
"expiresAt": "2026-04-10T01:15:00.000Z"
}
}