# Serviços ## POST: /mobile/services ### Query Params: - page: int ### Request Body: #### Schema: ```json { "categoryId": string, "locationId": string, "textSearch": string } ``` ### Response Body: ```json { "categories": [ { "label": string, "value": string } ], "services": [ { "logoImage": string, "comercialName": string, "isVerified": boolean, "isOpened": boolean, "workingSchedule": string, "address": string, "phone": string, "whatsapp": string } ] } ``` ## /services/locations ## request body: ```json { "city": string, "state": string } ``` ## respones body: ```json { "label": "Santa Inês", "sublabel": "Estado de Maranhão, Brasil", "value": "93b7f7c4-faa9-4efb-bcc3-d1f48f6376db" } ``` ## GET /last-search