Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"title": "nam",
"priority_id": 1658.8212,
"reminder_dates": [
"2024-03-26T07:38:46"
],
"reminder_time": "07:38:46",
"start_date": "2024-03-26T07:38:46",
"end_date": "2082-10-25",
"start_time": "07:38:46",
"end_time": "2081-10-03"
}
Request Code Samples
curl --location --request POST 'https://client-backend-quantum-project.test/cbre-client/api/todo-list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "nam",
"priority_id": 1658.8212,
"reminder_dates": [
"2024-03-26T07:38:46"
],
"reminder_time": "07:38:46",
"start_date": "2024-03-26T07:38:46",
"end_date": "2082-10-25",
"start_time": "07:38:46",
"end_time": "2081-10-03"
}'
Responses
application/json {
"status": "string",
"message": "string",
"data": {},
"success": true
}
Modified at 2024-06-25 12:23:01