Bearer authentication format, for example: Bearer {{API Key}}.
Request Body
The sub-user account ID of the member to check.
Response Parameters
Whether the member’s remaining budget is sufficient (i.e., remaining balance is greater than zero).
curl --request POST \
--url https://api.novita.ai/openapi/v1/user/team/check-budget \
--header 'Authorization: Bearer <API_KEY>' \
--header 'Content-Type: application/json' \
--data '{"member_id": "<string>"}'