curl --request PATCH \ --url 'https://api.unify.ai/v0/billing/billing-profile' \ --header "Authorization: Bearer $UNIFY_KEY" \ --header 'Content-Type: application/json' \ --data '{}'
{ "billing_email": "string | null", "name": "string | null", "tax_id": "string | null", "tax_id_type": "string | null", "billing_address": "object", "billing_setup_complete": "boolean", "is_business": "boolean" }
Bearer <token>
<token>