curl --location --request PATCH '/store/bankaccounts/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 1,
"account_number": ["188888888888","9918721312341"]
}'
{
"message": "Rekening has been successfully saved."
}