statuses:write
message: "Status updated successfully"
Authorization: Bearer ********************
{ "name": "string", "color": "#RRGGBB " }
curl --location --request PATCH 'https://getrasl.io/api/v2/statuses/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "string", "color": "#RRGGBB " }'
{ "success": true, "data": { "id": 0, "name": "string", "color": "string", "created_at": "string", "updated_at": "string" }, "meta": { "request_id": "string", "timestamp": "string" } }