GET /merchantsGET /merchants/{merchantId}/statuscurl --location 'https://merchant-api.ifood.com.br/merchant/v1.0/merchants' \
--header 'Authorization: Bearer YOUR_TOKEN'429 Too Many Requests200 ou 201:{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Pizzaria Central",
"status": "AVAILABLE",
"createdAt": "2024-01-15T10:30:00"
}code e message:{
"code": "UNAUTHORIZED",
"message": "Token inválido ou expirado",
"details": {}
}