201
or error information for each field.{
"paymentId": 1,
"onlinePaymentId": 1
}
curl --location --request POST 'https://test.api.globkurier.pl/v1/user/payment/default' \
--header 'Accept-Language: pl' \
--header 'X-Auth-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentId": 1,
"onlinePaymentId": 1
}'
{}