Authorization: Bearer ********************
{
"country": 1,
"state": 1,
"pl_company_address": "436 George St",
"pl_company_suburb": "Sydney",
"pl_company_state": "New South Wales",
"pl_company_postcode": "2000",
"pl_company_additional_detail": "It is near bob bank"
}
curl --location -g --request PATCH '{{base_url}}user-detail/23/' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": 1,
"state": 1,
"pl_company_address": "436 George St",
"pl_company_suburb": "Sydney",
"pl_company_state": "New South Wales",
"pl_company_postcode": "2000",
"pl_company_additional_detail": "It is near bob bank"
}'
{}