This call sets a custom price for a Wallet pass. The Wallet pass status will be updated to unpaid.
NOTE: The corresponding pass template needs to have payment configured and enabled
https://api.passslot.com/v1/passes/:passTypeIdentifier/:serialNumber/price
			PUT https://api.passslot.com/v1/passes/pass.example.id1/27f145d2-5713-4a8d-af64-b269f95ade3b/price
		
{
    "price": 9.15,
}
						{
    "price": 9.15,
}
					| HTTP Method | PUT | 
| API Version | 1 | 
| Requires Authentication? | Yes | 
| Request Format | JSON | 
| Request Object | Price Object | 
| Response Format | JSON | 
| Response Object | Price Object |