curl -X POST https://app.drime.cloud/api/v1/notes/create \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"title": "My New Note",
"body": "This is the content of my note..."
}'
{
"status": "success",
"note": {
"id": 3,
"title": "My New Note",
"body": "This is the content of my note...",
"created_at": "2024-01-20T10:00:00.000000Z",
"updated_at": "2024-01-20T10:00:00.000000Z"
}
}
Create a new note
curl -X POST https://app.drime.cloud/api/v1/notes/create \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"title": "My New Note",
"body": "This is the content of my note..."
}'
{
"status": "success",
"note": {
"id": 3,
"title": "My New Note",
"body": "This is the content of my note...",
"created_at": "2024-01-20T10:00:00.000000Z",
"updated_at": "2024-01-20T10:00:00.000000Z"
}
}
success)curl -X POST https://app.drime.cloud/api/v1/notes/create \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"title": "My New Note",
"body": "This is the content of my note..."
}'
{
"status": "success",
"note": {
"id": 3,
"title": "My New Note",
"body": "This is the content of my note...",
"created_at": "2024-01-20T10:00:00.000000Z",
"updated_at": "2024-01-20T10:00:00.000000Z"
}
}