curl --request POST \ --url 'https://api.unify.ai/v0/user/claim-credit-grant-link' \ --header "Authorization: Bearer $UNIFY_KEY" \ --header 'Content-Type: application/json' \ --data '{}'
{ "message": "string", "credits_granted": "number | null", "credited_to": "string | null" }
Bearer <token>
<token>