{
"company_name": "CompanyThree",
"company_contact_name": "Sneha",
"company_number": "9923159846",
"company_abn_no": "ABN498675",
"company_email": "sneha8@yopmail.com",
"company_note": "sakfh a;slfj losjkfoj lj",
"company_street_address": "Gota",
"company_suburb": "Gota",
"company_state": "Gujarat",
"company_postcode": "2145",
"company_additional_detail": "This information includes who works for the company, what it produces, when it started, where it's located, why it's special, and how it plans to grow.",
"depo_address": [
{
"depo_street_address": "Gota 123",
"depo_suburb": "Gota",
"depo_state": "Gujrat",
"depo_postcode": "093274",
"depo_additional_details": "Diapost 13"
}
]
}
curl --location -g --request POST '{{base_url}}company/register-company/' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_name": "CompanyThree",
"company_contact_name": "Sneha",
"company_number": "9923159846",
"company_abn_no": "ABN498675",
"company_email": "sneha8@yopmail.com",
"company_note": "sakfh a;slfj losjkfoj lj",
"company_street_address": "Gota",
"company_suburb": "Gota",
"company_state": "Gujarat",
"company_postcode": "2145",
"company_additional_detail": "This information includes who works for the company, what it produces, when it started, where it'\''s located, why it'\''s special, and how it plans to grow.",
"depo_address": [
{
"depo_street_address": "Gota 123",
"depo_suburb": "Gota",
"depo_state": "Gujrat",
"depo_postcode": "093274",
"depo_additional_details": "Diapost 13"
}
]
}'
{}