Authorization: Bearer ********************curl --location --request GET 'https://api.cirqll.nl/api/role/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
    "id": 1,
    "name": "Casey Dach",
    "email": "string",
    "created_at": "2024-05-18 13:38:35",
    "updated_at": "2024-05-18 13:38:35",
    "company_id": 0,
    "company": {
        "name": "string",
        "phone": "1-310-793-5469",
        "coc": "string",
        "financial_goal": 0,
        "user_id": 0,
        "address_id": 0,
        "address": {
            "street": "Georgianna Loop",
            "house_number": 12,
            "addition": "A",
            "zipcode": "45668",
            "city": "Lake Quentinmouth",
            "province": "DR",
            "country": "NL",
            "lat": 0,
            "lon": 0,
            "address_lines": [
                "string"
            ]
        }
    }
}