curl --location --request POST 'http://localhost/api/v1/tenant/master-data/bank-accounts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bank_accountable_type": "supplier",
"bank_accountable_id": "149850c4-0671-4210-abda-4b7916e4c7e3",
"bank_id": "f1ae96de-94c1-468e-93a3-6b7213930ca8",
"account_number": "string",
"account_name": "string",
"is_default": true
}'{
"success": true,
"code": "string",
"message": "string",
"request_id": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"api_version": "string",
"data": {}
}