Authorization: Bearer ********************curl --location '/organization/projects//spend_alerts?limit=&order=&after=&before=' \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "string",
"object": "project.spend_alert",
"threshold_amount": 0,
"currency": "USD",
"interval": "month",
"notification_channel": {
"type": "email",
"recipients": [
"string"
],
"subject_prefix": "string"
}
}
],
"first_id": "string",
"last_id": "string",
"has_more": true
}