Authorization: Bearer ********************
curl --location -g --request GET '/{{vendorUid}}/contacts?page_size=5&search_term=vinod' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{}