curl --location --request POST '/sys/client-invoice' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjYzOTc0YzdkLTNjZDUtNGQxZC04MDhmLTIyYzFlNjlhOGEzZiJ9.jNJ966JRnICGE7oYZ6xnQe9Tok4ASOoJGk9Zv6E4ThXbvl2JBsBdlA2HatIJOkRvqc835trMfvHGqW5OwbInkA' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"company": "string",
"license": "string",
"amount": 0,
"date": "string",
"address": "string",
"phone": "string",
"account": "string",
"attach": "string",
"clientId": "string",
"bank": "string"
}'