curl --location '/payments' \
--header 'Content-Type: application/json' \
--data '{
"order_id": 0,
"gateway": "stripe",
"amount": 0,
"currency": "TWD",
"description": "string",
"metadata": {}
}'{
"data": {
"payment_id": 0,
"status": "string",
"payment_url": "string"
}
}