curl --location --request POST '/v1/client/bank-information' \
--header 'X-Signature;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"iban": "string",
"account_number": "string",
"swift_code": "string"
}'{}