curl --location --request POST 'https://fullers.flamesware.com/api/api/v1/customer/payment-methods/confirm' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"setup_intent_id": "seti_1S5Od8EZumf7jgDHE5JhElq2"
}'
{}