I'm creating an API Custom Connection with POST, but it is not working
I managed to make the connection on Postman, but when I tried the importing in powerapps it did not work.
here are some prints, can you help me?
http://www.erp.ladder.com.br/api/erp/saldo-estoque-ladder/
HTTP 200 OK
Allow: POST, OPTIONS
Content-Type: application/json
Vary: Accept
{
"scs": {
"estoque": 1,
"saldo": 1,
"reserva": 0
},
"exists": true,
"rj": {
"estoque": 0,
"saldo": 0,
"reserva": 0
}
} post json:
{"produto": "catalog_number"}








