Authorization: Bearer ********************curl --location --request GET 'https://api.cirqll.nl/api/contract/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"user_id": 0,
"customer_id": 0,
"name": "string",
"description": "string",
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"reminder_date": "2019-08-24T14:15:22Z",
"price": 0,
"price_type": "1",
"calculated_price": 0,
"archived_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}