curl --request GET \
--url https://global.thenile.dev/workspaces/{workspaceSlug}/billing/{ym}/totals \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: */*' \
--data '
{
"id": "<string>",
"email": "<string>",
"workspaces": [
{
"name": "<string>",
"slug": "<string>",
"id": "<string>",
"stripe_customer_id": "<string>",
"created": "2023-11-07T05:31:56Z"
}
],
"databases": [
"<string>"
],
"kind": "HUMAN"
}
'