Authorization: Bearer ********************
{
"paymentMethod": "/payment-methods/1",
"title": "string"
}
curl --location --request POST 'https://mock.apidog.com/m1/463678-0-default/payment-options' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentMethod": "/payment-methods/1",
"title": "string"
}'
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"paymentMethod": {
"title": "string"
},
"title": "string"
}