curl --request PATCH \
--url https://aodocs.altirnao.com/api/domain/v1beta1/billingStatus \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"kind": "<string>",
"maxSeats": 123,
"portalUrl": "<string>",
"type": "<string>"
}
'