curl --location --request POST '/secured/api/clients' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyName": "companyName",
"erpType": "SEN",
"username": "client1",
"password": "client1"
}'{}