Authorization: Bearer ********************curl --location '/fine_tuning/checkpoints//permissions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"project_ids": [
"string"
]
}'{
"data": [
{
"id": "string",
"created_at": 0,
"project_id": "string",
"object": "checkpoint.permission"
}
],
"object": "list",
"first_id": "string",
"last_id": "string",
"has_more": true
}