I'm trying to use post method in retrofit but confused how to implement it
How can I implement a retrofit using the post method?
{
"companyId": "id8921",
"employee": [
{
"id": "em128",
"age": 38
},
{
"id": "emp292",
"age": 44
},
{
"id": "emp321",
"age": 33
}
]
}