apikey: ********************curl --location --request GET '/payout_bankings' \
--header 'apikey: <api-key>'[
{
"id": "gen_random_uuid()",
"payout_id": "89e4daf5-d103-4869-b9da-3d54ecc98dfe",
"bank_name": "string",
"bank_address": "string",
"account_name": "string",
"account_number": "string",
"beneficiary_address": "string",
"iban": "string",
"bic": "string",
"created_at": "now()",
"updated_at": "string",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"created_by": "users.get_auth_profile_id()",
"updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}
]