curl --request POST \
        --url https://localhost/wp-json/cocart/v2/login \
        --header "Authorization: Basic " + btoa('username:password')
        --header "Content-Type: application/json"