curl --request POST \
--url https://api-dev.monyfix.tech/search/add \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{}
]'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
curl --request POST \
--url https://api-dev.monyfix.tech/search/add \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{}
]'