curl --location --request POST 'https://api.routestripe.com/company-members/store' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_id": null,
"company_id": 85,
"email": "user@routestripe.com",
"user_id": 0,
"name": "",
"surname": "",
"phone": "",
"status": 1,
"is_courier": 0,
"is_admin": 0,
"is_dispatcher": 0
}'{
"status": "success",
"data": {
"item": {
"id": 0,
"updated_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z"
}
}
}