curl --request POST \
--url https://api.example.com/payment-sessions \
--header 'Content-Type: application/json' \
--data '{}'{}curl --request POST \
--url https://api.example.com/payment-sessions \
--header 'Content-Type: application/json' \
--data '{}'{}Initiate Payment Session Params
The body is of type object.
Payment Session Result
The response is of type object.