curl --request POST \
--url http://localhost:8000/v1/console/attempts/grant/bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": 123,
"case_study_id": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"reason": "<string>",
"user_ids": [
"<string>"
],
"dry_run": false,
"idempotency_key": "<string>"
}
'