Authorization: Bearer ********************
{
"name": "Casey Dach",
"email": "string",
"password": "string",
"company_id": 0
}
curl --location --request POST 'https://api.cirqll.nl/api/role' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Casey Dach",
"email": "string",
"password": "string",
"company_id": 0
}'
{
"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",
"extra_address_line_one": "string",
"extra_address_line_two": "string",
"lat": 0,
"lon": 0
}
}
}