I use extension Advanced Rest client And I want to send POST request with 3 params in body. On of them must be array. I use this
but I get error:
{
"error": {
"message": "Invalid array",
"param": "payment_method_types",
"type": "invalid_request_error"
}
}