post https://api.olxgroup.com/advert/v1
To publish an advert on an RE user account, you have to send a request to the https://api.olxgroup.com/advert/v1
endpoint.
This endpoint requires the POST HTTP method and expects data as JSON along with Content-Type: application/json header.
Using this endpoint creates an advert in the name of a currently authenticated user related to the access_token
in the request.
To get all available categories and atributes, please check out the Taxonomy folder.