# Solicitar Refill no SMM
- Host: https://api.contasinfinity.com.br/api/v1/smm/refill
 - Método HTTP: POST
 - Parâmetros:
- orders: 308226, 308225, 308224, 308223, 308222
 
 - Headers:
- Accept: application/json
 - Authorization: Bearer SUA_API_KEY
 
 
# Resposta: STATUS 200 OK
{
    "message": "All orders have been added to the refill list!"
}