apikey: ********************{
"id": "gen_random_uuid()",
"billing_id": "ff92b95c-7be0-48d1-a220-4fc4e9f76d3f",
"payment_method_id": "ec18d2d7-d2e0-41e4-98e4-847f14422d8a",
"amount": 0,
"currency_code": "string",
"status": "Success",
"transaction_date": "now()",
"verified_at": "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"
}curl --location --request POST '/transactions' \
--header 'apikey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "gen_random_uuid()",
"billing_id": "ff92b95c-7be0-48d1-a220-4fc4e9f76d3f",
"payment_method_id": "ec18d2d7-d2e0-41e4-98e4-847f14422d8a",
"amount": 0,
"currency_code": "string",
"status": "Success",
"transaction_date": "now()",
"verified_at": "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"
}'{}